@charset "utf-8";
#subsidy *,
#subsidy *::before,
#subsidy *::after {
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}
#subsidy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  --color-primary: #60c2cf;
  --color-secondary: #ff9933;
  --text-color-primary: #40818a;
}
:where(#subsidy) {
  text-align: left;
}
#subsidy section > * + * {
  margin-top: 40px;
}
#subsidy article > * + * {
  margin-top: 32px;
}
#subsidy nav {
  margin-bottom: 80px;
}
#subsidy .subsidy_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-inline-start: 0;
  border: 1px solid var(--color-primary);
}
#subsidy .subsidy_nav-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6);
  height: 180px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
#subsidy .subsidy_nav-list-item:not(:last-child) {
  border-right: 1px solid var(--color-primary);
}
@media (max-width: 768px) {
  #subsidy .subsidy_nav-list-item {
      width: calc(100% / 3);
  }
  #subsidy .subsidy_nav-list-item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--color-primary);
  }
}
#subsidy .subsidy_nav-list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: 100%;
  height: 100%;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  &::before {
    content: '';
    position: absolute;
    bottom: 8px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: var(--color-primary);
  }
  &::after {
    content: '';
    position: absolute;
    bottom: 14px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0 solid transparent;
    transform: translateY(1px);
    box-sizing: border-box;
  }
}
@media (hover: hover) {
  #subsidy .subsidy_nav-list-item a:hover {
    background: #f5fbfb;
  }
}
#subsidy .hd-section {
  position: relative;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 8px;
  border-bottom: 2px solid #222;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.363rem + 0.59vw, 1.875rem);
  &::before {
    position: absolute;
    content: "";
    width: 10%;
    left: 0;
    bottom: -3px;
    border-bottom: 4px solid var(--color-secondary);
  }
}
#subsidy .rabbit01::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 56px;
  height: 111px;
  margin-left: 30px;
  top: -40px;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_rabbit01.png) no-repeat;
  background-size: contain;
}
#subsidy .rabbit02::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 85px;
  height: 90px;
  margin-left: 30px;
  top: -30px;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_rabbit02.png) no-repeat;
  background-size: contain;
}
#subsidy .rabbit03::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 61px;
  height: 112px;
  margin-left: 30px;
  top: -42px;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_rabbit03.png) no-repeat;
  background-size: contain;
}
#subsidy .rabbit04::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 108px;
  margin-left: 30px;
  top: -42px;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_rabbit04.png) no-repeat;
  background-size: contain;
}
#subsidy .rabbit05::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 87px;
  margin-left: 30px;
  top: -20px;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_rabbit05.png) no-repeat;
  background-size: contain;
}
#subsidy .rabbit06::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 109px;
  margin-left: 30px;
  top: -42px;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_rabbit06.png) no-repeat;
  background-size: contain;
}
#subsidy .rabbit07::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 107px;
  margin-left: 30px;
  top: -42px;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_rabbit07.png) no-repeat;
  background-size: contain;
}
#subsidy .grant {
  display: flex;
  flex-wrap: wrap;
}
#subsidy .grant + .grant {
  margin-top: 0.5em;
}
#subsidy .grant dt {
  display: flex;
  align-items: center;
  padding-left: 2em;
  width: 60%;
  background: #ecf5f7;
  text-align: center;
}
#subsidy .grant dd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 40%;
  background: #bde2e7;
  text-align: center;
}
#subsidy .arrow {
  width: 200px;
  margin: 24px auto;
}
#subsidy .grant-result {
  position: relative;
  padding: 1em;
  background: #fff4e3;
  border-radius: 50vh;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  &::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 148px;
    right: 40px;
    bottom: -24px;
    background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_result-rabbit.png) no-repeat;
    background-size: contain;
  }
}
#subsidy .em-digit {
  position: relative;
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    translate: -50%;
    width: 50px;
    height: 20px;
    background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_deco-em.png) no-repeat;
    background-size: contain;
  }
}
#subsidy .point-wrap > * + * {
  margin-top: 24px;
}
#subsidy .num-list {
  position: relative;
  list-style: none;
  counter-reset: li;
}
#subsidy .num-list li {
  padding-left: 28px !important;
  font-size: 18px;
  line-height: 1;
  &::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  height: 32px;
  width: 32px;
  margin-top: -5px;
  padding-top: 3px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  }
}
#subsidy .num-list li + li {
  margin-top: 24px!important;
}
#subsidy .point-list::before {
  background-color: var(--color-primary);
}
#subsidy .requirement-list li {
  font-weight: 500;
}
#subsidy .requirement-list li::before {
  background-color: #d97249;
}
#subsidy .requirement-list li {
  margin-bottom: 32px !important;
}
#subsidy .requirement-list li > * + * {
  margin-top: 16px !important;
}
#subsidy .pdf {
  padding: 40px;
  background: #f7f8f8;
}
#subsidy .card-wrap {
  width: 80%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 32px;
}
#subsidy .link-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 8px;
}
#subsidy .link-card > p {
  margin-top: auto;
}
#subsidy .sub-heading {
  display: block;
  padding-left: 9px;
  border-left: 8px solid var(--color-primary);
  font-size: clamp(1.25rem, 1.159rem + 0.39vw, 1.5rem);
}
#subsidy .block {
  margin-inline: auto;
  width: 80%;
}
  #subsidy .block-wide {
    margin-inline: auto;
    width: 95%;
  }
#subsidy .target dt {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: .2em .2em .2em 1.5em;
  width: 30%;
  min-height: 4em;
  background: #bde2e6;
  font-weight: 500;
  font-size: 20px;
  &::before {
    content: "";
    position: absolute;
    right: -26px;
    top: 0;
    transform: translateX(0.667em);
    width: 0;
    height: 0;
    border-top: 2em solid transparent;
    border-left: 2em solid #60c2ce;
    border-bottom: 0 solid transparent;
  }
  &::after {
    content: "";
    position: absolute;
    right: -39px;
    top: 2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2em 2em 0px 0px;
    border-color: #4f9faa transparent transparent transparent;
  }
}
#subsidy .target dd {
  font-weight: 500;
}
#subsidy .target dd:not([class]) {
  margin-bottom: 40px;
}
#subsidy .bullet {
  position: relative;
  padding-left: 1.5em;
  &::before {
    position: absolute;
    display: inline-block;
    content: "●";
    width: 1em;
    height: 1em;
    left: 0;
    color: var(--color-primary);
  }
}
#subsidy dd.bullet + dd.bullet {
  margin-top: 8px;
}
#subsidy .requirement-wrap {
  padding: 40px;
  width: 80%;
  background: #fff4e3;
}
#subsidy .section-lead-text {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
}
#subsidy .flow-wrap {
  padding: 40px;
  background: #f9f9f8;
   overflow: visible;
}
#subsidy .flow_list {
  padding-inline: 80px;
}
#subsidy .flow_listitem {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px !important;
}
#subsidy .flow_listitem .step {
  position: relative;
  margin-right: 20px;
  padding-top: 5px;
}
#subsidy .flow_listitem_content {
  width: calc(100% - 103px);
}
#subsidy .flow_listitem_content .hd-content {
  color: var(--text-color-primary);
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.375rem);
}
#subsidy .flow_listitem_content .hd-content + * {
  margin-top: 8px;
}
#subsidy .flow_listitem:nth-of-type(4) .hd-content {
  color: #41995b;
}
#subsidy .flow_listitem:nth-of-type(5) .hd-content {
  position: relative;
  color: #ec841d;
}
#subsidy .flow_listitem:nth-of-type(5) .hd-content::after {
  content: "";
  position: absolute;
  width: 174px;
  height: 82px;
  top: -74px;
  left: 45%;
  background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_balloon-step.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
#subsidy .flow_listitem_content .caution-box {
  margin-top: 8px;
  padding: 8px;
  background: #fff;
}
#subsidy .flow_listitem_content .caution-box p {
  color: #bc5127;
}
#subsidy .flow_listitem_content .caution-box p + p {
  margin-top: 12px;
}
#subsidy .stepline {
  position: absolute;
  top: 105px;
  left: 50px;
  width: 2px;
  height: calc(100% - 60px);
  background-color: #5fc2cf;
  z-index: 1;
}
#subsidy .flow_listitem_content.item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 103px;
}
#subsidy .course-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#subsidy .course > * + *{
 margin-top: 24px;
}
#subsidy .course-list {
  list-style: none;
  padding: 40px !important;
  background: #fff4e3;
  width: max-content;
  margin-bottom: 8px !important;
}
#subsidy .course-list li {
  font-weight: 500;
  font-size: 18px;
}
#subsidy .course-list li + li {
  margin-top: 8px !important;
}
#subsidy .method {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#subsidy .method dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  background: #5fc2cf;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 16px;
}
#subsidy .method dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 16px;
  width: 78%;
  background: #eff8fa;
  font-size: 18px;
  box-sizing: border-box;
}
#subsidy .method .file-list {
  list-style: none;
  padding-left: 0;
  font-weight: 500;
}
#subsidy .method span.font-medium {
  display: contents;
}
#subsidy .faq-wrap > * + * {
  margin-top: 20px;
}
#subsidy .faq + .faq {
  margin-top: 40px;
  border-top: 2px dashed #ccc;
  padding-top: 24px;
}
#subsidy .faq-title {
  position: relative;
  margin-bottom: 40px;
  padding-left: 58px;
  font-weight: 400;
  font-size: 18px;
  &::before {
    content: "Q";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    padding-top: 6px;
    background: #def0f2;
    border-radius: 8px;
    font-weight: 700;
    font-size: 30px;
    color: var(--color-primary);
  }
}
#subsidy .faq-comment {
  position: relative;
  margin-bottom: 40px;
  padding-left: 58px;
  font-weight: 500;
  font-size: 18px;
  &::before {
    content: "A";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    padding-top: 6px;
    background: #ffe9d4;
    border-radius: 8px;
    font-weight: 700;
    font-size: 30px;
    color: var(--color-secondary);
  }
}
#subsidy .hd-faq {
  display: flex;
  align-items: center;
  font-size: 20px;
   --text-divider-gap: 1rem;
  &::after {
    content: '';
    height: 1px;
    background-color: #333;
    flex-grow: 1;
    margin-left: var(--text-divider-gap);
  }
}
#subsidy .text-link a {
  position: relative;
  background: none;
  padding: 3px 0;
  font-weight: 500;
  font-size: 20px;
  &::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: var(--color-primary);
  }
}
#subsidy .hd-contact {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 74px;
    margin-left: 30px;
    top: -40px;
    background: url(https://www.np-tokyo.jp/wp/wp-content/uploads/2025/08/subsidy_result-rabbit.png) no-repeat;
    background-size: contain;
  }
}
/* --------------------------common-parts */
#subsidy .note {
  display: block;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.6;
}
#subsidy figcaption {
  font-size: 13px;
}
/* label */
#subsidy .label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 2px 18px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
#subsidy .label-orange {
  background: #fec083;
  color: #d15a2b;
}
#subsidy .label-blue {
  background: #60c2cf;
  color: #1c3134;
}
/* button */
#subsidy .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 　100%;
  padding: 1em;
  background: #ccc;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 32px;
    height: 32px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
  }
  &::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #222;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }
}
#subsidy .c-btn + .c-btn {
  margin-top: 24px;
}
#subsidy .btn_pdf {
  color: #222;
  text-align: left;
}
#subsidy .btn_pdf--orange {
  background: #fba888;
}
#subsidy .btn_pdf--green {
  background: #8ed47f;
}
#subsidy .btn--m {
  width: 80%;
  margin-inline: auto;
}
#subsidy .btn--l {
  width: 100%;
}
#subsidy .btn--blue {
  justify-content: center;
  padding: 1.5em;
  background: #bee2e7;
  color: var(--text-color-primary);
  font-size: 22px;
  &::before {
    width: 48px;
    height: 48px;
  }
  &::after {
    right: 24px;
    border-top: 9px solid transparent;
    border-right: 0 solid transparent;
    border-left: 15px solid #40818a;
    border-bottom: 9px solid transparent;
  }
}
#subsidy .btn--orange {
  justify-content: center;
  padding: 1.5em;
  background: #ffb670;
  color: #ab4b26;
  font-size: 22px;
  &::before {
    width: 48px;
    height: 48px;
  }
  &::after {
      right: 24px;
      border-top: 9px solid transparent;
      border-right: 0 solid transparent;
      border-left: 15px solid #ab4b26;
      border-bottom: 9px solid transparent;
    }
}
#subsidy .simple-link a {
  background: none;
  padding: 3px 0;
  text-decoration: underline;
}




/* --------------------------digit */
#subsidy .digit-lg {
  font-size: 56px;
}
#subsidy .digit-xl {
  font-size: 80px;
}
/* -------------------------- Typography */
/* font-size */
#subsidy .text-xs {
  font-size: 12px;
}
#subsidy .text-base {
  font-size: 16px;
}
#subsidy .text-lg {
  font-size: 18px;
}
#subsidy .text-2xl {
  font-size: 24px;
}
/* font-weight */
#subsidy .font-normal {
  font-weight: 400;
}
#subsidy .font-medium {
  font-weight: 500;
}
/* text-align */
#subsidy .text-center {
  text-align: center;
}
#subsidy .text-right {
  text-align: right;
}
 #subsidy .sp {
    display: none;
 }
/*-------------------------  Color */
#subsidy .color-primary {
  color: var(--color-primary);
}
#subsidy .color-secondary {
  color: var(--color-secondary);
}
#subsidy .text-em {
  color: var(--text-color-primary);
}
#subsidy .pc {
  display: block;
}
#subsidy .m-sp {
  display: none;
}
#subsidy .indent {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #subsidy .rabbit01::after {
    right: -50px;
  }
  #subsidy .rabbit02::after {
    right: -70px;
  }
  #subsidy .target dt {
    width: 60%;
  }
  #subsidy .requirement-wrap {
    width: 100%;
  }
  #subsidy .requirement-list li {
    line-height: 1.6;
  }
  #subsidy .btn--m {
    width: 100%;
  }
  #subsidy .btn--blue,
  #subsidy .btn--orange {
    font-size: 20px;
  }
  #subsidy .btn--blue::before ,
  #subsidy .btn--orange::before{
    width: 40px;
    height: 40px;
  }
  #subsidy .btn--blue::after,
  #subsidy .btn--orange::after {
    right: 20px;
  }
  #subsidy .block,
  #subsidy .block-wide {
    width: 100%;
  }
  #subsidy .grant-result::after {
    width: 90px;
    height: 148px;
    right: -30px;
    bottom: -44px;
  }
  #subsidy .pdf {
    padding: 24px;
  }
  #subsidy .card-wrap {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    row-gap: 32px;
  }
  #subsidy .flow_listitem .step img {
    width: 80px;
  }
  #subsidy .stepline {
    top: 95px;
    left: 40px;
  }
  #subsidy .flow_listitem:nth-of-type(5) .hd-content::after {
     width: 164px;
     height: 72px;
     top: -70px;
   }
   #subsidy .course + .course {
    margin-top: 60px;
   }
   #subsidy .method dt,
   #subsidy .method dd {
    width: 100%;
   }
   #subsidy .method dt span {
    display: contents;
   }
  #subsidy .sp {
    display: block;
 }
 #subsidy .pc {
    display: block;
 }
 #subsidy .m-sp {
  display: none;
 }
}
@media screen and (max-width: 480px) {
  #subsidy .subsidy_nav-list-item {
      width: calc(100% / 2);
  }
  #subsidy .subsidy_nav-list-item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--color-primary);
  }
  #subsidy .hd-section {
    padding-right: 50px;
  }
  #subsidy .rabbit01::after {
    width: 46px;
    height: 101px;
    right: 0;
    top: -10px;
  }
  #subsidy .rabbit02::after {
    right: -10px;
    width: 70px;
    bottom: -11px;
    top: initial;
  }
  #subsidy .rabbit05::after {
    width: 70px;
    height: 67px;
    right: -9px;
  }
  #subsidy .rabbit03::after {
    width: 51px;
  }
  #subsidy .rabbit04::after{
    width: 50px;
    right: 0;
  }
  #subsidy .rabbit06::after {
    width: 50px;
  }
  #subsidy .rabbit07::after {
    width: 55px;
  }
  #subsidy .grant dt {
  padding: 4px;
  justify-content: center;
}
  #subsidy .grant dt,
  #subsidy .grant dd {
    width: 100%;
  }
  #subsidy .digit-lg {
    font-size: 44px;
  }
  #subsidy .digit-xl {
    font-size: 68px;
  }
  #subsidy .grant-result::after {
    width: 80px;
    height: 148px;
    right: -10px;
    bottom: -64px;
  }
  #subsidy .num-list li {
    line-height: 1.44;
  }
  #subsidy .target dt {
    width: 80%;
  }
  #subsidy .requirement-wrap {
    padding: 24px;
  }
  #subsidy .section-lead-text {
    text-align: left !important;
  }
  #subsidy .m-sp {
    display: block;
  }
  #subsidy .flow-wrap {
    padding: 16px;
  }
  #subsidy .flow_listitem .step img {
    width: 60px;
  }
  #subsidy .stepline {
    top: 80px;
    left: 30px;
  }
  #subsidy .flow_listitem:nth-of-type(5) .hd-content::after {
     width: 154px;
     height: 62px;
  }
  #subsidy .btn--blue::before,
  #subsidy .btn--orange::before {
    width: 30px;
    height: 30px;
  }
  #subsidy .btn--blue::after,
  #subsidy .btn--orange::after {
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #222;
    border-bottom: 6px solid transparent;
  }
    #subsidy .btn--blue,
    #subsidy .btn--orange {
    font-size: 17px;
  }
  #subsidy .course-list {
    padding: 24px;
  }
  #subsidy .faq-title {
    margin-bottom: 24px;
  }
  #subsidy .pc {
    display: none;
  }
  #subsidy .pdf {
    padding: 16px;
  }
  #subsidy .target dt {
    font-size: 18px;
  }
  #subsidy .faq-title,
  #subsidy .faq-comment {
  &::before {
    top: 0;
    translate: none;
  }

}